home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global g1erSprNav, exitFrame, gLocLabel, g1erSprLoc, gMaxBoutons, gEtudAct, gEtudPrec, gEtatEtud, gPartie, gSujet0, gSujet1, gPosDebE, gScopeSu
- set gMaxBoutons to 34
- set gLocLabel to "SU:RN SU"
- set gEtudPrec to gEtudAct
- set gEtudAct to "SU"
- set gSujet1 to 0
- if ((gEtudPrec = "CO") or (gEtudPrec = "SU")) and (gPartie <> " ") then
- nothing()
- else
- repeat with i = g1erSprLoc + 10 to gMaxBoutons
- set the visible of sprite i to 0
- end repeat
- gScopeSu(visible, 0)
- gScopeSu(Box, 20, 92, 280, 256)
- gScopeSu(Restore)
- end if
- set the foreColor of cast "ZI5" to the foreColor of cast "jaune"
- set gPosDebE to 0
- end
-